home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8"?> <toolbar> <wallpaper enabled="yes" type="tile"> <std_type>toolbar</std_type> </wallpaper> <buttons child_icons="on" display="icon" effect="gray" type="menu"> <button display="both" effect="off" icon_size="large" label_pos="bottom"> <label>CD Info</label> <tip>CD Info</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,49</icon1> <function type="batch"> <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --cdinfo --no_error_log --drivename d</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large" separate="yes" type="three_button"> <label>Erase CD</label> <icon1>C:\Program Files\ahead\Nero\nero.exe,81</icon1> <button display="both" effect="off" icon_size="large"> <label>Erase CD</label> <tip>Performs a QUICK erase on CD</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,80</icon1> <function type="batch"> <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --erase --no_error_log --drivename d</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large"> <label>Full Erase</label> <tip>Performs a FULL erase</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,80</icon1> <function type="batch"> <instruction>@echo off</instruction> <instruction>echo. </instruction> <instruction>echo This command performs a FULL erase and the time to do this will depend on the</instruction> <instruction>echo speed of your drive, and the speed of the media.</instruction> <instruction>echo. </instruction> <instruction>echo Nero reports the time to perform this erase incorrectly.</instruction> <instruction>echo Where is says seconds, it means minutes!</instruction> <instruction>echo.</instruction> <instruction>echo Ctrl-C to abort or any key to continue</instruction> <instruction>echo.</instruction> <instruction>pause</instruction> <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --erase --entire --no_error_log --drivename d</instruction> <instruction>echo.</instruction> <instruction>echo CDRW is completely erased!</instruction> <instruction>pause</instruction> </function> </button> </button> <button display="both" effect="off" icon_size="large"> <label>Open Tray</label> <tip>Opens CD tray</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,30</icon1> <function type="batch"> <instruction>runmode hide</instruction> <instruction>C:\Program Files\ahead\Nero\NeroCmd.exe --eject --no_error_log --drivename d</instruction> </function> </button> <button display="both" effect="off" icon_size="large" separate="yes"> <label>Close Tray</label> <tip>Closes CD Tray</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,42</icon1> <function type="batch"> <instruction>runmode hide</instruction> <instruction>C:\Program Files\ahead\Nero\NeroCmd.exe --load --no_error_log --drivename d</instruction> </function> </button> <button display="both" effect="off" icon_size="large"> <label>Burn CD</label> <tip>Burn CD</tip> <icon1>C:\Program Files\Ahead\Nero\nero.exe,0</icon1> <function type="batch"> <instruction>"C:\program files\ahead\Nero\NeroCmd.exe" --real --detect_non_empty_cdrw --no_error_log --recursive --underrun_prot --write --drivename d --iso "{Rs|Enter volume label, 16 chars max.|DopusCD}" {allfilepath$} </instruction> <instruction>echo.</instruction> <instruction>echo CD burn completed!</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large"> <label>Burn DVD</label> <tip>Burn DVD</tip> <icon1>C:\Program Files\Ahead\Nero\nero.exe,0</icon1> <function type="batch"> <instruction>"C:\program files\ahead\Nero\NeroCmd.exe" --real --dvd --detect_non_empty_cdrw --no_error_log --recursive --underrun_prot --write --drivename d --iso "{Rs|Enter DVD volume label, 16 chars max. |DopusDVD}" {allfilepath$} </instruction> <instruction>echo.</instruction> <instruction>echo DVD burn completed!</instruction> <instruction/> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large"> <label>Burn Audio</label> <tip>Burn Audio CD</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,4</icon1> <function type="batch"> <instruction>"c:\Program Files\ahead\Nero\NeroCmd.exe" --real --detect_non_empty_cdrw --underrun_prot --write --no_error_log --cd_text --drivename d --audio {allfilepath$}</instruction> <instruction>echo.</instruction> <instruction>echo Your audio CD is complete! </instruction> <instruction>echo.</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large" separate="yes"> <label>Burn ISO</label> <tip>Burn an ISO image</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,6</icon1> <function type="batch"> <instruction>"c:\Program Files\ahead\nero\NeroCmd.exe" --write --no_error_log --drivename d --real --image {filepath$|noext}.iso --detect_non_empty_cdrw --underrun_prot</instruction> <instruction>echo.</instruction> <instruction>echo Your ISO image is burned!</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large" separate="yes"> <label>Rip Track</label> <tip>Rips a given tack</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,39</icon1> <function type="batch"> <instruction>cd {sourcepath}</instruction> <instruction>"c:\program files\ahead\nero\nerocmd" --read --no_error_log --drivename d --{Rs|Enter the track to rip (leading zero needed for 1-9)} {Rs|Save file to sourcedir as (.wav will be appended)|}.wav</instruction> <instruction>echo.</instruction> <instruction>echo Track ripped!</instruction> <instruction>pause</instruction> </function> </button> <button display="both" effect="off" icon_size="large"> <label>Template</label> <tip>Template</tip> <icon1>C:\Program Files\ahead\Nero\nero.exe,10</icon1> <function type="batch"> <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" </instruction> <instruction>pause</instruction> </function> </button> </buttons> </toolbar>